This structure contains unpack event report binary update session information parameters.
- Parameters
-
| bBinaryType | : Type
- 1 - Firmware.
- 2 - User App.
- 3 - Legato Framework.
|
| bStat | : State
- 0x01 - No binary update available.
- 0x02 - Query binary Download.
- 0x03 - Binary Downloading.
- 0x04 - Binary downloaded.
- 0x05 -Query Binary Update.
- 0x06 - Binary updating.
- 0x07 - Binary updated.
|
| bUserInputRequest | Bit mask of available user inputs.
- 0x00 - No user input required. Informational indication.
- 0x01 - Accept.
- 0x02 - Reject.
|
| wUserInputTimeout | Timeout for user input in minutes. A value of 0 means no time-out. |
| ulPkgDownloadSize | The size (in bytes) of the update package |
| ulPkgDownloadComplete | The number of bytes being downloaded. For downloading state, this value shall be > 0 and incremented toward the pkg_dload_size. For other states, the value shall be 0 as it is meaningless. |
| wUpdateCompeteStatus | Result code.This field should be looked at only when the AVMS session is complete. |
| bSerity | Serity.
- 0x01 - Mandatory.
- 0x02 - Optional.
|
| wVersionLength | Length of FW Version string in bytes. |
| szVersion | FW Version string in ASCII. |
| wNameLength | Length Package Name string in bytes. |
| szName | Package Name in UCS2. |
| wDescriptionLength | Length of description in bytes. |
| szDescription | Description of Update Package in USC2. |
| TlvPresent | Boolean indicating the presence of the TLV in the QMI response |